home *** CD-ROM | disk | FTP | other *** search
/ Win 50 Game+ Vol. 5 (Japan) / Win 50 Game+ Vol. 5 (Japan).7z / Win 50 Game+ Vol. 5 (Japan).bin / demo_win / win / index2.dir / 00014_Script_14 < prev    next >
Text File  |  1996-04-22  |  220b  |  14 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.   else
  4.     puppetSound  "demo_s3.AIF"
  5.   end if
  6.   
  7.   if the lastClick > (3*60*60) then
  8.     sound stop 1
  9.     go to movie "MAIN.DIR"
  10.   else 
  11.     go to the frame
  12.   end if
  13. end
  14.